CreateSelector<X>(Type,String) Method
In This Topic
Creates a function that when called execute the path expression over the specified object.
Syntax
Parameters
- type
- The type of the objects that will be passed to the resulting function.
- path
- The path that will be evaluated.
Type Parameters
- X
See Also